Creating JSON Formatted Data File using DynamoDB and VI editor
DynamoDB
An Amazon AWS Web Services database that is fully managed, serverless, key-value NoSQL database, has high-performance applications at any scale. It has the following benefits such as built-in security, continuous backups, automated multi-region replication, in-memory caching, and data export tools
JSON file
It stands for JavaScript Object Notation. It is a lightweight data-interchange format. It stores data structures and objects in JavaScript Object Notation (JSON) format, which is a standard interchange format. It is mainly for transmitting data between a web application and a server. It is also human-readable and can be edited using a text editor.
Demo
Creating DynamoDB table Clicking on create table Adding data into the table Adding attribute Now click on JSON JSON format Data is created, copy this data Now going to terminal to create a file Creating a JSON file Now adding the copied data into the file, hence JSON format data file is created The above format data is used for movement of data from S3 and DynamoDB